home *** CD-ROM | disk | FTP | other *** search
- global gLaunchLearnDirectorFailed
-
- on exitFrame
- if the platform contains "Windows" then
- set sep to "\"
- else
- set sep to ":"
- end if
- set learnmovie to sep & "Learning Director"
- set learnpath to the applicationPath & "Show Me" & learnmovie
- go(1, learnpath)
- set the alertHook to 0
- if gLaunchLearnDirectorFailed = 1 then
- alert("Could not find the Learning Director movie in the Show Me folder")
- end if
- end
-